home *** CD-ROM | disk | FTP | other *** search
/ Strategy Challenges Collection / Strategy Challenges Collection.iso / pc / demo / demodata / menu.dxr / 00197.ls < prev    next >
Encoding:
Text File  |  1996-10-02  |  534 b   |  18 lines

  1. on mouseDown
  2.   set the castNum of sprite 8 to the number of member "Soon_HL.PICT"
  3.   updateStage()
  4.   repeat while the stillDown
  5.     if not rollOver(clickOn()) then
  6.       set the castNum of sprite 8 to the number of member "Math_all_Up.PICT"
  7.       updateStage()
  8.       set vButtonHit to 0
  9.       next repeat
  10.     end if
  11.     set the castNum of sprite 8 to the number of member "Soon_HL.PICT"
  12.     updateStage()
  13.     set vButtonHit to 1
  14.   end repeat
  15.   set the castNum of sprite 8 to the number of member "Math_all_Up.PICT"
  16.   updateStage()
  17. end
  18.